home *** CD-ROM | disk | FTP | other *** search
- Form1
- VqString Demonstration
- Form1,
- Frame1
- VqString Viewer/Editor
- Label2
- &Edit
- Label3
- &Select
- Text1
- Text2
- Label5
- Label1
- S&croll
- HScroll1
- Picture1
- &Demonstration
- a VarLenStr
- &Variable Length Strings
- b FixLenStr
- &Fixed Length Strings
- Separator1
- ExitProgram
- E&xit
- &Help
- Contents
- &Contents
- Search
- &Search
- Separator2
- About
- &About
- VqGetVarString
- Strng
- Handle]
- VqVarLenStr
- VqVarGetSize
- HugeError
- VqGetString
- VqPutVarString
- VqPutString
- HScroll1_Changej
- HScroll1ChangeError
- ScrollEvent
- Index
- HScroll1O
- Value(
- VariableMode*
- SaveText1Text
- SaveHScroll1Value
- FixedModeo
- VqFixLenStr
- Text1
- Text!
- Label5v
- Caption
- Text2
- VarLenStr_Clickz
- VariableDemoError
- Response
- Form1
- IDCANCEL
- Elements
- Bufsize
- MousePointer
- HourGlassL
- Default
- Frame1
- FixLenStr_Click
- FixedDemoError8
- StrSize
- ExitProgram_Click
- VqEraseString7
- About_Clicki
- WinFlags
- Processor
- GetWinFlags9
- CRLFO
- WF_ENHANCEDJ
- GetFreeSpaceV
- Text2_KeyPress
- KeyAscii
- Text2_LostFocus
- @ Form_Load
- FontName
- FontBold
- False(
- LastControl
- TextOne
- Text1_KeyPress
- Text1KeyPressErrore
- Text1_LostFocus
- Text1LostFocusErrorZ
- Text1_KeyDown
- KeyCodeD
- Shift
- Text1_KeyUp
- HScroll1_GotFocus
- HScroll1GotFocusErrorw
- Text1_GotFocus
- Text2_GotFocus
- TextTwo
- Text1_Change
- HelpIndex_Click
- numData
- TempNum
- WinHelp
- HELP_CONTEXT
- Search_Click
- Pause
- Seconds
- Start'
- Finish
- Contents_Click
- HScroll
- Enabled
- VqError
- OutOfStringSpace
- VqGetVarString
- - Support function to get string from variable length.
- - VqString array.
- VqPutVarString
- - Support function to store string in variable length.
- - VqString array.
- - Need to append Chr$(0) to end of string.
- HScroll1_Change
- Out of string space.
- There is a limit of 131,072"
- bytes in this array.
- Out of String Space"
- Test String"
- Error"
- VarLenStr_Click
- A huge array of 8,192 variable length strings will be built,
- for a total of 129,965 bytes, with 1,107 bytes free.
- They will be stored in a VqString Array.
- Most of the time will be used by Visual Basic to build
- the strings.
- Variable Length Strings"
- - Initialize variable length VqString array.
- Can't allocate buffer"
- Error"
- - Fill variable length VqString array
- Test String"
- x& = VqVarLenStr(Strng$, 1, 1, VqVarMemUsed)
- Print Str$(x&)
- x& = VqVarLenStr(Strng$, 1, 1, VqVarMemFree)
- Print Str$(x&)
- Variable Length Strings"
- Error"
- FixLenStr_Click
- A huge array of 8,192 fixed length strings will be built,"
- for a total of 131,072 bytes, or 128K of string space.
- The string length is limited to 16 characters.
- They will be stored in a VqString Array.
- Most of the time will be used by Visual Basic to build
- the strings.
- Fixed Length Strings
- - Initialize fixed length VqString array
- Can't allocate buffer"
- Error"
- - Fill fixed length VqString array
- Test String"
- Fixed Length Strings
- Error"
- ExitProgram_Click
- - Erase VqString arrayst
- About_Click
- - Get current Windows configuration
- 386 Enhanced
- Standard
- VqString Demonstration "
- Vi Qual Software
- Version 1.0"
- by Robert B. Heberger"
- Mode:
- Free Memory: "
- VqStrings"
- Text2_KeyPress
- Value must be between 1 and 8192
- VqString
- Text2_LostFocus
- Value must be between 1 and 8192
- VqString
- Form_Load
- Terminal
- Terminal
- Terminal
- Text1_KeyPress
- Out of string space.
- There is a limit of 131,072"
- bytes in this array.
- Out of String Space"
- Test String"
- Error"
- Text1_LostFocus
- Out of string space.
- There is a limit of 131,072"
- bytes in this array.
- Out of String Space"
- Test String"
- Error"
- Text1_KeyDown
- Text1_KeyUp
- HScroll1_GotFocus
- Out of string space.
- There is a limit of 131,072"
- bytes in this array.
- Out of String Space"
- Test String"
- Error"
- Text1_GotFocus
- Text2_GotFocus
- Text1_Change
- HelpIndex_Click
- c:\vb\hugestr\vqstring.hlp
- Search_Click
- vqstring.hlp
- Pause
- Contents_Click
- vqstring.hlp
-